home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dcopy332.zip / DCOPY.DOC < prev    next >
Text File  |  1991-10-17  |  4KB  |  106 lines

  1.  
  2.  
  3.                                                                          DCOPY(1)
  4.  
  5.  
  6. NAME
  7.        dcopy V3.3 - physical sector to sector copy program
  8.        Copyright (c) 1985-91 Joerg Genius - Munich
  9.        
  10.        I make this software free to anyone for non commercial use
  11.        under the conditions that nothing is charged for the program
  12.        and the copyright notice has not been modified.
  13.  
  14. SYNTAX
  15.        dcopy source: destination:[[ /v] || [ /r]]
  16.        dcopy source: filename[.IMG][ /n]
  17.        dcopy filename[.IMG] destination:[[ /v] || [ /r]][ /n]
  18.  
  19.  
  20. DESCRIPTION
  21.        Dcopy  is a general purpose sector_to_sector  copy program 
  22.        for a wide vaiety  of  disks.    Nearly  any  disks can be 
  23.        copied 'as is'.  That  means  no  check  is  made  for the 
  24.        directory/file structure or anything else.
  25.        
  26.        In addition to normal disk-to-disk copy capabilities DCOPY 
  27.        can write the physical contents of  a  disk  to  either  a 
  28.        compressed  or  normal  (not  compressed) datafile on  the 
  29.        harddisk.
  30.        
  31.        This   enebles  especially  users  of  large  networks  to 
  32.        exchange  whole  diskettes including  bootarea  via  their 
  33.        network.
  34.        
  35.        the following disktypes are recognized :
  36.        
  37.        IBM SS/DD,  8 sectors/track, 40 tracks,  160 kbyte, 5.25 inch
  38.        IBM SS/DD,  9 sectors/track, 40 tracks,  180 kbyte, 5.25 inch
  39.        IBM DS/DD,  8 sectors/track, 40 tracks,  320 kbyte, 5.25 inch
  40.        IBM DS/DD,  9 sectors/track, 40 tracks,  360 kbyte, 5.25 inch
  41.        IBM DS/HD, 15 sectors/track, 80 tracks, 1200 kbyte, 5.25 inch
  42.        IBM DS/DD,  9 sectors/track, 80 tracks,  720 kByte,  3.5 inch
  43.        IBM DS/DD, 18 sectors/track, 80 tracks, 1440 kByte,  3.5 inch
  44.        DEC SS/QD, 10 sectors/track, 80 tracks,  400 kbyte, 5.25 inch (RX50)
  45.  
  46.        There must be parameters for both source  and destination.  
  47.        One of the parameters may  be  replaced by a filename.  In 
  48.        this case the whole diskimage is  written  (if destination 
  49.        is given a .IMG filename) or read  (if  source  is an .IMG 
  50.        file) from a imagefile on a harddisk (or network).  If the 
  51.        file extension is omitted .IMG is assumed.
  52.        
  53.        You  have  two  choices  to  handle diskimage files :   by 
  54.        default  DCOPY  will  produce a very own but  useful  file 
  55.        format:    the  first  two  byte are the capacity  of  the 
  56.        original disk in 512 byte blocks.    Now  a  sector bitmap 
  57.        follows.  The lenght of the bitmap depends  on  the  total 
  58.        number  of  blocks on the disk.  For every  8  blocks  one 
  59.        more byte is needed.  A hight bit in this bitmap means the 
  60.        appropriate sector  consists  of 512 equal bytes.  In this 
  61.        case the corresponding  byte in a sector bytemap following 
  62.        the bitmap is set to this value. By  this  method  it   is 
  63.        possible, to make diskimage files  much smaller.  An empty 
  64.        MS-DOS formatted disk only takes about 10 kbyte instead of 
  65.        400.
  66.  
  67.        For some special purpose it may be  useful  to  write  the 
  68.        whole, uncompressed diskimage to the harddisk.  To do that 
  69.        simply  add  '/n'  at  the end of the commandline.    This 
  70.        switch wors for both directions of copying.
  71.               
  72.        An  optional  switch  /v  will  force  a  sector_by_sector 
  73.        verification of the destination  disk  after copy.  The /r 
  74.        option switches DCOPY into read/verify  only  mode.  These 
  75.        two  switches  are valid only with  if  destination  is  a 
  76.        floppy.
  77.        
  78.        
  79. FILES
  80.        dcopy.exe                  executable code for MS-DOS
  81.        dcopy.doc                  this file
  82.        
  83.        Sources can be requested from the author.
  84.        
  85.  
  86. BUGS
  87.        Version 3.xx of DCOPY is NOT compatible with the 2.xx imagefile 
  88.        format. 2.xx had a very special sector interleaving for use with
  89.        Digital's Professional 300 and 350 computers.
  90.      
  91.          
  92. NOTES
  93.        Version 3.3.0 now supports 3.5 inch disk formats
  94.        Version 3.3.1 and 3.3.2 minor bugfixes
  95.        
  96.        Please report any bugs and comments to
  97.        
  98.        Joerg K. Genius
  99.        Saarlouiser Str. 40
  100.        D-8000 Munich 50
  101.        
  102.        or via network :
  103.        
  104.        MUNICH::GENIUS (EASYnet)
  105.        joerg@decum.uucp
  106.